Home / comp / gb / object[] / extract 
Object[].Extract (gb)
Syntax
FUNCTION Extract ( Start AS Integer [ , Length AS Integer ] ) AS Object[]
Removes one or more elements from the array, and return them.

If Length is negative, then all elements from the specified Index are removed.